﻿*{
    padding:0;
    margin:0;
    list-style:none;
}
body{
    font-family:"微软雅黑";
    font-size:12px;
    color:#333;
}
a{
    text-decoration:none;
    outline: none;
    hide-focus: expression(this.hideFocus=true); 
}
a:hover{
    text-decoration:underline;
}
.wrap{
    width:1000px;
    margin:0 auto;
}

/*******line*********/
#line{
    display:block;
    width:100%;
    height:2px;
}

/**********header*********/
#header{
    height:35px;
    line-height:35px;
    border-bottom:1px solid #eee;
}
#header span{
    float:left;
    padding-left:27px;
    background:url(../images/Icon_home.png) no-repeat left center;
}
#header div{
    float:right;
}
#header img{
    float:left;
    margin:9px 12px 0 0;
}

/************nav************/
#nav{
    height:90px;
}
#nav img{
    float:left;
    width:186px;
    height:46px;
    margin-top:20px;
}
#nav ul{
    float:right;
}
#nav li{
    float:left;
    width:125px;
    text-align:center;
    line-height:90px;
    font-size:14px;
    cursor:pointer;
}
#nav li.hover{
    background:url(../images/Nav_bg.png) no-repeat center 27px;
}
#nav a{
    color:#333;
    display:block;
    height:100%;
    text-decoration:none;
}
#nav .current a{
    color:red;
}
#nav .hover a{
    color:#fff;
}

/************nav_content*************/
#nav_content{
    position:absolute;
    z-index:20;
    top:115px;
}
#nav_content>div{
    display:none;
}
#nav_content .current{
    display:block;
}
#nav_content ul{
    width:125px;
    border:1px solid #ccc;
    border-radius:6px;
    background:#fff;
    overflow:hidden;
}
#nav_content a{
    display:block;
    padding-left:13px;
    height:34px;
    line-height:34px;
    font-size:14px;
    color:#666;
    text-decoration:none;
}
#nav_content a:hover{
    color:#fe6f3d;
    background:#eee;
}


